DataCollection
C1ListAdapter<T> コンストラクタ

C1.Android.DataCollection アセンブリ > C1.Android.DataCollection 名前空間 > C1ListAdapter<T> クラス : C1ListAdapter<T> コンストラクタ
The data source.
The property path of the item type that specifies what property to display as text by default.
Initializes a new instance of the C1ListAdapter<T> class.
シンタックス
'宣言
 
Public Function New( _
   ByVal dataCollection As IDataCollection(Of T), _
   Optional ByVal binding As System.String _
)
public C1ListAdapter<T>( 
   IDataCollection<T> dataCollection,
   System.string binding
)

パラメータ

dataCollection
The data source.
binding
The property path of the item type that specifies what property to display as text by default.
参照

C1ListAdapter<T> クラス
C1ListAdapter<T> メンバ